crypto/hpke.hybridKEM.curve (field)
6 uses
crypto/hpke (current package)
pq.go#L24: curve: ecdh.X25519(),
pq.go#L48: curve: ecdh.P256(),
pq.go#L71: curve: ecdh.P384(),
pq.go#L94: curve ecdh.Curve
pq.go#L174: k, err = kem.curve.NewPublicKey(data[kem.pqEncapsKeySize:])
pq.go#L274: k, err = kem.curve.NewPrivateKey(seedT)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |